home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 640 MEG Shareware Studio 4
/
The 640 Meg Shareware Studio CD-ROM Volume IV (Data Express)(1994).ISO
/
clang
/
xlib05.zip
/
MODEL.INC
< prev
next >
Wrap
Text File
|
1993-08-31
|
489b
|
21 lines
IFDEF s
DISPLAY "XLIB04 Small Model"
.model small
ELSE
IFDEF c
DISPLAY "XLIB04 Compact Model"
.model compact
ELSE
IFDEF l
DISPLAY "XLIB04 Large Model"
.model large
ELSE
DISPLAY "WARNING: Model was not defined at the command line."
DISPLAY " Using default small model ie /ds "
DISPLAY " Include in TASM commandline either /ds, /dc or /dl"
.model small
ENDIF
ENDIF
ENDIF